home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TREGKEYFORM / TREGKEYFORM.txt
Text File  |  2003-03-07  |  4KB  |  154 lines

  1. object RegKeyForm: TRegKeyForm
  2.   Left = 228
  3.   Top = 198
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration'
  7.   ClientHeight = 307
  8.   ClientWidth = 405
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object CancelButton: TButton
  21.     Left = 232
  22.     Top = 271
  23.     Width = 75
  24.     Height = 25
  25.     Anchors = [akLeft, akBottom]
  26.     Cancel = True
  27.     Caption = 'Cancel'
  28.     ModalResult = 2
  29.     TabOrder = 0
  30.   end
  31.   object GroupBox1: TGroupBox
  32.     Left = 11
  33.     Top = 16
  34.     Width = 384
  35.     Height = 57
  36.     Caption = ' Step 1: Purchase a registration key '
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     TabOrder = 1
  44.     object RegisterLinkLabel: TLinkLabel
  45.       Left = 16
  46.       Top = 24
  47.       Width = 189
  48.       Height = 13
  49.       Ellipsis = etNone
  50.       Caption = 'Click here to purchase a registration key'
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = 15597568
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = [fsUnderline]
  56.       ParentFont = False
  57.       MouseOverFont.Charset = DEFAULT_CHARSET
  58.       MouseOverFont.Color = 16733525
  59.       MouseOverFont.Height = -11
  60.       MouseOverFont.Name = 'MS Sans Serif'
  61.       MouseOverFont.Style = [fsUnderline]
  62.       URL = 'http://www.firetrust.com/products/mailwasherpro/'
  63.     end
  64.   end
  65.   object HelpButton: TButton
  66.     Left = 320
  67.     Top = 271
  68.     Width = 75
  69.     Height = 25
  70.     Anchors = [akLeft, akBottom]
  71.     Caption = 'Help'
  72.     TabOrder = 2
  73.     OnClick = HelpButtonClick
  74.   end
  75.   object GroupBox2: TGroupBox
  76.     Left = 11
  77.     Top = 88
  78.     Width = 384
  79.     Height = 177
  80.     Caption = ' Step 2: Enter in your registration key'
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clWindowText
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = [fsBold]
  86.     ParentFont = False
  87.     TabOrder = 3
  88.     object Label1: TLabel
  89.       Left = 16
  90.       Top = 26
  91.       Width = 334
  92.       Height = 13
  93.       Caption = 
  94.         'Paste your registration key into the box and click the "Register' +
  95.         '" button.'
  96.       DragMode = dmAutomatic
  97.       FocusControl = CancelButton
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clWindowText
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = []
  103.       ParentFont = False
  104.     end
  105.     object KeyMemo: TMemo
  106.       Left = 16
  107.       Top = 48
  108.       Width = 353
  109.       Height = 81
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clWindowText
  112.       Font.Height = -11
  113.       Font.Name = 'MS Sans Serif'
  114.       Font.Style = []
  115.       ParentFont = False
  116.       ScrollBars = ssVertical
  117.       TabOrder = 0
  118.       OnChange = KeyMemoChange
  119.     end
  120.     object RegisterButton: TButton
  121.       Left = 294
  122.       Top = 136
  123.       Width = 75
  124.       Height = 25
  125.       Caption = 'Register'
  126.       Default = True
  127.       Enabled = False
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = clWindowText
  130.       Font.Height = -11
  131.       Font.Name = 'MS Sans Serif'
  132.       Font.Style = []
  133.       ParentFont = False
  134.       TabOrder = 2
  135.       OnClick = RegisterButtonClick
  136.     end
  137.     object PasteButton: TButton
  138.       Left = 16
  139.       Top = 136
  140.       Width = 115
  141.       Height = 25
  142.       Caption = 'Paste from clipboard'
  143.       Font.Charset = DEFAULT_CHARSET
  144.       Font.Color = clWindowText
  145.       Font.Height = -11
  146.       Font.Name = 'MS Sans Serif'
  147.       Font.Style = []
  148.       ParentFont = False
  149.       TabOrder = 1
  150.       OnClick = PasteButtonClick
  151.     end
  152.   end
  153. end
  154.